summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Hutchings [Fri, 19 Nov 2010 02:12:48 +0000 (02:12 +0000)]
[PATCH 1/3] rds: Disable auto-loading as mitigation against local exploits
Forwarded: not-needed
Recent review has revealed several bugs in obscure protocol
implementations that can be exploited by local users for denial of
service or privilege escalation. We can mitigate the effect of any
remaining vulnerabilities in such protocols by preventing unprivileged
users from loading the modules, so that they are only exploitable on
systems where the administrator has chosen to load the protocol.
The 'rds' protocol is one such protocol that has been found to be
vulnerable, and which was not present in the 'lenny' kernel.
Therefore disable auto-loading.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic debian
Gbp-Pq: Name rds-Disable-auto-loading-as-mitigation-against-local.patch
Ben Hutchings [Fri, 19 Nov 2010 02:12:48 +0000 (02:12 +0000)]
[PATCH 2/3] af_802154: Disable auto-loading as mitigation against local exploits
Forwarded: not-needed
Recent review has revealed several bugs in obscure protocol
implementations that can be exploited by local users for denial of
service or privilege escalation. We can mitigate the effect of any
remaining vulnerabilities in such protocols by preventing unprivileged
users from loading the modules, so that they are only exploitable on
systems where the administrator has chosen to load the protocol.
The 'af_802154' (IEEE 802.15.4) protocol is not widely used, was
not present in the 'lenny' kernel, and seems to receive only sporadic
maintenance. Therefore disable auto-loading.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic debian
Gbp-Pq: Name af_802154-Disable-auto-loading-as-mitigation-against.patch
Ben Hutchings [Mon, 12 Mar 2018 01:14:03 +0000 (01:14 +0000)]
firmware_class: Refer to Debian wiki page when logging missing firmware
Bug-Debian: https://bugs.debian.org/888405
Forwarded: not-needed
If firmware loading fails due to a missing file, log a second error
message referring to our wiki page about firmware. This will explain
why some firmware is in non-free, or can't be packaged at all. Only
do this once per boot.
Do something similar in the radeon and amdgpu drivers, where we have
an early check to avoid failing at a point where we cannot display
anything.
Gbp-Pq: Topic debian
Gbp-Pq: Name firmware_class-refer-to-debian-wiki-firmware-page.patch
Ben Hutchings [Tue, 8 Jan 2013 03:25:52 +0000 (03:25 +0000)]
radeon, amdgpu: Firmware is required for DRM and KMS on R600 onward
Bug-Debian: https://bugs.debian.org/607194
Bug-Debian: https://bugs.debian.org/607471
Bug-Debian: https://bugs.debian.org/610851
Bug-Debian: https://bugs.debian.org/627497
Bug-Debian: https://bugs.debian.org/632212
Bug-Debian: https://bugs.debian.org/637943
Bug-Debian: https://bugs.debian.org/649448
Bug-Debian: https://bugs.debian.org/697229
Forwarded: no
radeon requires firmware/microcode for the GPU in all chips, but for
newer chips (apparently R600 'Evergreen' onward) it also expects
firmware for the memory controller and other sub-blocks.
radeon attempts to gracefully fall back and disable some features if
the firmware is not available, but becomes unstable - the framebuffer
and/or system memory may be corrupted, or the display may stay black.
Therefore, perform a basic check for the existence of
/lib/firmware/{radeon,amdgpu} when a device is probed, and abort if it
is missing, except for the pre-R600 case.
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name radeon-amdgpu-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
Ben Hutchings [Sun, 9 Dec 2012 16:40:31 +0000 (16:40 +0000)]
firmware: Remove redundant log messages from drivers
Forwarded: no
Now that firmware_class logs every success and failure consistently,
many other log messages can be removed from drivers.
This will probably need to be split up into multiple patches prior to
upstream submission.
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name firmware-remove-redundant-log-messages-from-drivers.patch
Ben Hutchings [Sun, 9 Dec 2012 16:02:00 +0000 (16:02 +0000)]
firmware_class: Log every success and failure against given device
Forwarded: no
The hundreds of users of request_firmware() have nearly as many
different log formats for reporting failures. They also have only the
vaguest hint as to what went wrong; only firmware_class really knows
that. Therefore, add specific log messages for the failure modes that
aren't currently logged.
In case of a driver that tries multiple names, this may result in the
impression that it failed to initialise. Therefore, also log successes.
This makes many error messages in drivers redundant, which will be
removed in later patches.
This does not cover the case where we fall back to a user-mode helper
(which is no longer enabled in Debian).
NOTE: hw-detect will depend on the "firmware: failed to load %s (%d)\n"
format to detect missing firmware.
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name firmware_class-log-every-success-and-failure.patch
Ben Hutchings [Tue, 2 Mar 2021 16:49:25 +0000 (16:49 +0000)]
iwlwifi: Do not request unreleased firmware for IWL6000
Bug-Debian: https://bugs.debian.org/689416
Forwarded: not-needed
The iwlwifi driver currently supports firmware API versions 4-6 for
these devices. It will request the file for the latest supported
version and then fall back to earlier versions. However, the latest
version that has actually been released is 4, so we expect the
requests for versions 6 and then 5 to fail.
The installer appears to report any failed request, and it is probably
not easy to detect that this particular failure is harmless. So stop
requesting the unreleased firmware.
Gbp-Pq: Topic debian
Gbp-Pq: Name iwlwifi-do-not-request-unreleased-firmware.patch
Ben Hutchings [Mon, 24 Aug 2009 22:19:58 +0000 (23:19 +0100)]
af9005: Use request_firmware() to load register init script
Forwarded: no
Read the register init script from the Windows driver. This is sick
but should avoid the potential copyright infringement in distributing
a version of the script which is directly derived from the driver.
Gbp-Pq: Topic features/all
Gbp-Pq: Name drivers-media-dvb-usb-af9005-request_firmware.patch
Ben Hutchings [Thu, 10 Dec 2020 16:31:39 +0000 (17:31 +0100)]
kbuild: Look for module.lds under arch directory too
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/975571
The module.lds linker script is now built under the scripts directory,
where previously it was under arch/$(SRCARCH).
However, we package the scripts directory as linux-kbuild, which is
meant to be able to do support native and cross-builds. That means it
shouldn't contain files for a specific target architecture without a
wrapper to select between them, and it doesn't appear that linker
scripts are powerful enough to implement such a wrapper.
Building module.lds in a different location would require relatively
large changes. Moving it in the package build rules can work, but we
need to support custom kernel builds from the same source so we can't
assume it's moved.
Therefore, we move module.lds under the arch build directory in
rules.real and change Makefile.modfinal to look for it in both places.
Gbp-Pq: Topic debian
Gbp-Pq: Name kbuild-look-for-module.lds-under-arch-directory-too.patch
Bastian Blank [Tue, 4 Aug 2020 09:44:37 +0000 (09:44 +0000)]
[PATCH 2/2] perf/traceevent: Support asciidoctor for documentation
From
cd02fc78859ef9aefd7c92406f9523622da0b472 Mon Sep 17 00:00:00 2001
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name perf-traceevent-support-asciidoctor-for-documentatio.patch
Bastian Blank [Tue, 4 Aug 2020 09:44:19 +0000 (09:44 +0000)]
[PATCH 1/2] Documentation: Drop sphinx version check
From
252aa79fdbd4ac2da09d9b98f81bf11f5e3e1870 Mon Sep 17 00:00:00 2001
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name documentation-drop-sphinx-version-check.patch
Ben Hutchings [Fri, 22 Jun 2018 16:27:00 +0000 (17:27 +0100)]
android: Enable building ashmem and binder as modules
Bug-Debian: https://bugs.debian.org/901492
We want to enable use of the Android ashmem and binder drivers to
support Anbox, but they should not be built-in as that would waste
resources and increase security attack surface on systems that don't
need them.
- Add a MODULE_LICENSE declaration to ashmem
- Change the Makefiles to build each driver as an object with the
"_linux" suffix (which is what Anbox expects)
- Change config symbol types to tristate
Gbp-Pq: Topic debian
Gbp-Pq: Name android-enable-building-ashmem-and-binder-as-modules.patch
Ben Hutchings [Mon, 7 Sep 2020 01:51:53 +0000 (02:51 +0100)]
Export symbols needed by Android drivers
Bug-Debian: https://bugs.debian.org/901492
We want to enable use of the Android ashmem and binder drivers to
support Anbox, but they should not be built-in as that would waste
resources and increase security attack surface on systems that don't
need them.
Export the currently un-exported symbols they depend on.
Gbp-Pq: Topic debian
Gbp-Pq: Name export-symbols-needed-by-android-drivers.patch
Ben Hutchings [Fri, 13 Apr 2018 19:10:28 +0000 (20:10 +0100)]
wireless: Add Debian wireless-regdb certificates
Forwarded: not-needed
This hex dump is generated using:
{
for cert in debian/certs/wireless-regdb-*.pem; do
openssl x509 -in $cert -outform der;
done
} | hexdump -v -e '1/1 "0x%.2x," "\n"' > net/wireless/certs/debian.hex
Gbp-Pq: Topic debian
Gbp-Pq: Name wireless-add-debian-wireless-regdb-certificates.patch
Bastian Blank [Fri, 7 Oct 2011 20:37:52 +0000 (21:37 +0100)]
Install perf scripts non-executable
Forwarded: no
[bwh: Forward-ported to 4.13]
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-install.patch
Bastian Blank [Mon, 26 Sep 2011 12:53:12 +0000 (13:53 +0100)]
Create manpages and binaries including the version
Forwarded: no
[bwh: Fix version insertion in perf man page cross-references and perf
man page title. Install bash_completion script for perf with a
version-dependent name. And do the same for trace.]
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-version.patch
Nobuhiro Iwamatsu [Tue, 2 Mar 2021 16:49:25 +0000 (16:49 +0000)]
[sh4] Fix uImage build
Bug-Debian: https://bugs.debian.org/569034
Forwarded: not-needed
[bwh: This was added without a description, but I think it is done
only to avoid a build-dependency on u-boot-tools.]
Gbp-Pq: Topic debian
Gbp-Pq: Name arch-sh4-fix-uimage-build.patch
YunQiang Su [Mon, 16 Nov 2020 01:11:00 +0000 (09:11 +0800)]
Use RELAXED ieee754 mode for Loongson-3 as 3A 4000 is 2008-only
Forwarded: not-needed
There are 2 mode of value of IEEE NaN hardcoded by CPU.
Currently, our mipsel/mips64el port is in so-called lagacy mode.
Loongson 3A 4000 is set as the so-called 2008 mode.
To make Debian workable on Loongson 3A 4000, we need set the kerenl in
RELAXED mode.
https://web.archive.org/web/
20180830093617/https://dmz-portal.mips.com/wiki/MIPS_ABI_-_NaN_Interlinking
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-ieee754-relaxed.patch
YunQiang Su [Mon, 14 May 2018 08:16:18 +0000 (16:16 +0800)]
Disable uImage generation for mips generic
Forwarded: not-needed
MIPS generic trys to generate uImage when build, which then ask for
u-boot-tools.
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-boston-disable-its.patch
Ben Hutchings [Mon, 13 Sep 2010 01:16:18 +0000 (02:16 +0100)]
[PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild"
Forwarded: not-needed
This reverts commits
66f9ba101f54bda63ab1db97f9e9e94763d0651b and
5373633cc9253ba82547473e899cab141c54133e.
We really don't want to add -Werror anywhere.
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-disable-werror.patch
dann frazier [Mon, 26 Mar 2007 22:30:51 +0000 (16:30 -0600)]
Hardcode arch script output
Bug-Debian: https://bugs.debian.org/392592
Forwarded: not-needed
Here's a patch that simply uses hardcoded definitions instead of
doing the dynamic tests that require architecture-specific scripts.
I don't particularly like this approach because it restricts
portability and diverts from upstream. But, it is simpler, and this
really needs to be fixed somehow before etch (along with a rebuild of
linux-modules-extra-2.6), so I'm willing to live with it if my other
patch is deemed unacceptable.
My primary concern is that, in the future, the output of these scripts
will change and we (or our successors) will either not notice or
forget to update the hardcoded values.
Including the scripts in linux-kbuild will avoid this manual step
altogether, and allow for the possibility of other archs to provide
their own scripts in the future.
Gbp-Pq: Topic debian
Gbp-Pq: Name ia64-hardcode-arch-script-output.patch
Bastian Blank [Sun, 22 Feb 2009 14:39:35 +0000 (15:39 +0100)]
kbuild: Make the toolchain variables easily overwritable
Forwarded: not-needed
Allow make variables to be overridden for each flavour by a file in
the build tree, .kernelvariables.
We currently use this for ARCH, KERNELRELEASE, CC, and in some cases
also CROSS_COMPILE, KCFLAGS.
This file can only be read after we establish the build tree, and all
use of $(ARCH) needs to be moved after this.
[bwh: Updated for 5.3: include .kernelvariables from current directory
rather than using undefined $(obj).]
Gbp-Pq: Topic debian
Gbp-Pq: Name kernelvariables.patch
Ben Hutchings [Tue, 12 May 2015 18:29:22 +0000 (19:29 +0100)]
Make mkcompile_h accept an alternate timestamp string
Forwarded: not-needed
We want to include the Debian version in the utsname::version string
instead of a full timestamp string. However, we still need to provide
a standard timestamp string for gen_initramfs_list.sh to make the
kernel image reproducible.
Make mkcompile_h use $KBUILD_BUILD_VERSION_TIMESTAMP in preference to
$KBUILD_BUILD_TIMESTAMP.
Gbp-Pq: Topic debian
Gbp-Pq: Name uname-version-timestamp.patch
Ben Hutchings [Tue, 24 Jul 2012 02:13:10 +0000 (03:13 +0100)]
Include package version along with kernel release in stack traces
Forwarded: not-needed
For distribution binary packages we assume
$DISTRIBUTION_OFFICIAL_BUILD, $DISTRIBUTOR and $DISTRIBUTION_VERSION
are set.
Gbp-Pq: Topic debian
Gbp-Pq: Name version.patch
Ben Hutchings [Sat, 24 Aug 2019 18:00:41 +0000 (19:00 +0100)]
Documentation: Fix broken link to CIPSO draft
Forwarded: not-needed
We exclude the CIPSO draft text as its licence is not DFSG compliant.
Link to the IETF's online version instead.
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name documentation-fix-broken-link-to-cipso-draft.patch
Ben Hutchings [Sat, 2 Jun 2012 18:53:38 +0000 (19:53 +0100)]
video: Remove nvidiafb and rivafb
Bug-Debian: https://bugs.debian.org/383481
Forwarded: no
These drivers contain register programming code provided by the
hardware vendor that appears to have been deliberately obfuscated.
This is arguably not the preferred form for modification.
These drivers are also largely redundant with nouveau. The RIVA 128
(NV3) is not supported by nouveau but is about 15 years old and
probably discontinued 10 years ago.
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name video-remove-nvidiafb-and-rivafb.patch
Frederik Schüler [Fri, 5 Jan 2007 15:55:24 +0000 (15:55 +0000)]
Add removal patches for: 3c359, smctr, keyspan, cops
Forwarded: not-needed
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-net-appletalk-cops.patch
Ben Hutchings [Sun, 27 May 2012 00:56:58 +0000 (01:56 +0100)]
vs6624: mark as broken
Forwarded: not-needed
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name vs6624-disable.patch
Ben Hutchings [Mon, 17 Aug 2009 01:45:41 +0000 (02:45 +0100)]
dvb-usb-af9005: mark as broken
Forwarded: not-needed
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-media-dvb-dvb-usb-af9005-disable.patch
Ben Hutchings [Mon, 13 Apr 2009 16:34:00 +0000 (17:34 +0100)]
Remove microcode patches for mgsuvd (not enabled in Debian configs)
Forwarded: not-needed
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name arch-powerpc-platforms-8xx-ucode-disable.patch
Ian Campbell [Thu, 17 Jan 2013 08:55:21 +0000 (08:55 +0000)]
Tweak gitignore for Debian pkg-kernel using git svn.
Forwarded: not-needed
[bwh: Tweak further for pure git]
Gbp-Pq: Topic debian
Gbp-Pq: Name gitignore.patch
Salvatore Bonaccorso [Tue, 2 Mar 2021 16:49:25 +0000 (16:49 +0000)]
linux (5.10.19-1) unstable; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.14
- [armhf] net: fec: put child node on error path
- [x86] stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA
addressing
- [armhf] net: dsa: bcm_sf2: put device node before return
- net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP
- [arm64,armhf] iommu/io-pgtable-arm: Support coherency for Mali LPAE
- [arm64,armhf] drm/panfrost: Support cache-coherent integrations
- [arm64] Fix kernel address detection of __is_lm_address()
- [arm64] Do not pass tagged addresses to __is_lm_address()
- Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"
- [amd64] iommu/vt-d: Do not use flush-queue when caching-mode is on
- [x86] platform/x86: touchscreen_dmi: Add swap-x-y quirk for Goodix
touchscreen on Estar Beauty HD tablet
- [x86] platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron
7352
- [x86] __always_inline __{rd,wr}msr()
- scsi: scsi_transport_srp: Don't block target in failfast state
- scsi: libfc: Avoid invoking response handler twice if ep is already
completed
- [x86] scsi: fnic: Fix memleak in vnic_dev_init_devcmd2
- [x86] ASoC: SOF: Intel: hda: Resume codec to do jack detection
- ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vid
- mac80211: fix fast-rx encryption check
- mac80211: fix encryption key selection for 802.3 xmit
- [powerpc*] scsi: ibmvfc: Set default timeout to avoid crash during
migration
- ALSA: hda: Add Cometlake-R PCI ID
- [arm64,armhf] i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for
filling TX FIFO
- udf: fix the problem that the disc content is not displayed
- nvme: check the PRINFO bit before deciding the host buffer length
- nvme-rdma: avoid request double completion for concurrent
nvme_rdma_timeout
- nvme-tcp: avoid request double completion for concurrent
nvme_tcp_timeout
- nvme-pci: allow use of cmb on v1.4 controllers
- nvmet: set right status on error in id-ns handler
- [x86] platform/x86: thinkpad_acpi: Add P53/73 firmware to
fan_quirk_table for dual fan control
- objtool: Don't fail the kernel build on fatal errors
- [x86] cpu: Add another Alder Lake CPU to the Intel family
- kthread: Extract KTHREAD_IS_PER_CPU
- workqueue: Restrict affinity change to rescuer
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.15
- USB: serial: cp210x: add pid/vid for WSDA-200-USB
- USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
- USB: serial: option: Adding support for Cinterion MV31
- [arm64,armhf] usb: host: xhci: mvebu: make USB 3.0 PHY optional for
Armada 3720
- USB: gadget: legacy: fix an error code in eth_bind()
- [armhf] usb: gadget: aspeed: add missing of_node_put
- USB: usblp: don't call usb_set_interface if there's a single alt
- [arm*] usb: dwc2: Fix endpoint direction check in ep_from_windex
- [arm64,armhf] usb: dwc3: fix clock issue during resume in OTG mode
- [arm64] dts: qcom: c630: keep both touchpad devices enabled
- Input: i8042 - unbreak Pegatron C15B
- [arm64] dts: rockchip: Use only supported PCIe link speed on Pinebook
Pro
- bpf, cgroup: Fix optlen WARN_ON_ONCE toctou (CVE-2021-20194)
- bpf, cgroup: Fix problematic bounds check (CVE-2021-20194)
- bpf, inode_storage: Put file handler if no storage was found
- bpf, preload: Fix build when $(O) points to a relative path
- [arm64] dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4
- r8169: work around RTL8125 UDP hw bug
- rxrpc: Fix deadlock around release of dst cached on udp tunnel
- SUNRPC: Fix NFS READs that start at non-page-aligned offsets
- igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr
- igc: check return value of ret_val in igc_config_fc_after_link_up
- i40e: Revert "i40e: don't report link up for a VF who hasn't enabled
queues"
- net/mlx5: Fix function calculation for page trees
- net/mlx5: Fix leak upon failure of rule creation
- net/mlx5e: Update max_opened_tc also when channels are closed
- net/mlx5e: Release skb in case of failure in tc update skb
- net: lapb: Copy the skb before sending a packet
- [arm64,armhf] net: mvpp2: TCAM entry enable should be written after SRAM
data
- [armhf] dts: sun7i: a20: bananapro: Fix ethernet phy-mode
- nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
- memblock: do not start bottom-up allocations with kernel_end
- [x86] thunderbolt: Fix possible NULL pointer dereference in
tb_acpi_add_link()
- ovl: fix dentry leak in ovl_get_redirect
- ovl: avoid deadlock on directory ioctl
- ovl: implement volatile-specific fsync error behaviour
- mac80211: fix station rate table updates on assoc
- gpiolib: free device name on error path to fix kmemleak
- fgraph: Initialize tracing_graph_pause at task creation
- tracing/kprobe: Fix to support kretprobe events on unloaded modules
- kretprobe: Avoid re-registration of the same kretprobe earlier
- tracing: Use pause-on-trace with the latency tracers
- tracepoint: Fix race between tracing and removing tracepoint
- [arm64,x86] libnvdimm/namespace: Fix visibility of namespace resource
attribute
- [arm64,x86] libnvdimm/dimm: Avoid race between probe and
available_slots_show()
- genirq: Prevent [devm_]irq_alloc_desc from returning irq 0
- genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set
- scripts: use pkg-config to locate libcrypto
- xhci: fix bounce buffer usage for non-sg list case
- cifs: report error instead of invalid when revalidating a dentry fails
- iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing it
- smb3: Fix out-of-bounds bug in SMB2_negotiate()
- smb3: fix crediting for compounding when only one request in flight
- mmc: core: Limit retries when analyse of SDIO tuples fails
- [x86] Fix unsynchronized access to sev members through
svm_register_enc_region
- drm/dp/mst: Export drm_dp_get_vc_payload_bw()
- [x86] drm/i915: Fix the MST PBN divider calculation
- [x86] drm/i915/gem: Drop lru bumping on display unpinning
- [x86] drm/i915/gt: Close race between enable_breadcrumbs and
cancel_breadcrumbs
- [x86] drm/i915/display: Prevent double YUV range correction on HDR
planes
- [x86] drm/i915: Extract intel_ddi_power_up_lanes()
- [x86] drm/i915: Power up combo PHY lanes for for HDMI as well
- drm/amd/display: Revert "Fix EDID parsing after resume from suspend"
- io_uring: don't modify identity's files uncess identity is cowed
- nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
- [x86] KVM: SVM: Treat SVM as unsupported when running as an SEV guest
- [x86] KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
- [x86] KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
- [x86] KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
- [x86] KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit
mode
- [x86] KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU
reset
- mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
- mm: hugetlb: fix a race between freeing and dissolving the page
- mm: hugetlb: fix a race between isolating and freeing page
- mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
- mm, compaction: move high_pfn to the for loop scope
- mm/vmalloc: separate put pages and flush VM flags
- mm: thp: fix MADV_REMOVE deadlock on shmem THP
- mm/filemap: add missing mem_cgroup_uncharge() to
__add_to_page_cache_locked()
- [x86] build: Disable CET instrumentation in the kernel
- [x86] debug: Fix DR6 handling
- [x86] debug: Prevent data breakpoints on __per_cpu_offset
- [x86] debug: Prevent data breakpoints on cpu_dr7
- [x86] apic: Add extra serialization for non-serializing MSRs
- Input: goodix - add support for Goodix GT9286 chip
- Input: xpad - sync supported devices with fork on GitHub
- md: Set prev_flush_start and flush_bio in an atomic way
- igc: Report speed and duplex as unknown when device is runtime suspended
- neighbour: Prevent a dead entry from updating gc_list
- net: ip_tunnel: fix mtu calculation
- udp: ipv4: manipulate network header of NATed UDP GRO fraglist
- [arm64,armhf] net: dsa: mv88e6xxx: override existent unicast portvec in
port_fdb_add
- net: sched: replaced invalid qdisc tree flush helper in qdisc_replace
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.16
- io_uring: simplify io_task_match()
- io_uring: add a {task,files} pair matching helper
- io_uring: don't iterate io_uring_cancel_files()
- io_uring: pass files into kill timeouts/poll
- io_uring: always batch cancel in *cancel_files()
- io_uring: fix files cancellation
- io_uring: account io_uring internal files as REQ_F_INFLIGHT
- io_uring: if we see flush on exit, cancel related tasks
- io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
- io_uring: replace inflight_wait with tctx->wait
- io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
- io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
- io_uring: fix list corruption for splice file_get
- io_uring: fix sqo ownership false positive warning
- io_uring: reinforce cancel on flush during exit
- io_uring: drop mm/files between task_work_submit
- gpiolib: cdev: clear debounce period if line set to output
- [powerpc*] 64/signal: Fix regression in __kernel_sigtramp_rt64()
semantics
- af_key: relax availability checks for skb size calculation
- regulator: core: avoid regulator_resolve_supply() race condition
- drm/nouveau/nvif: fix method count when pushing an array
- mac80211: 160MHz with extended NSS BW in CSA
- [x86] ASoC: Intel: Skylake: Zero snd_ctl_elem_value
- pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()
- pNFS/NFSv4: Improve rejection of out-of-order layouts
- ALSA: hda: intel-dsp-config: add PCI id for TGL-H
- [x86] ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E
- iwlwifi: mvm: skip power command when unbinding vif during CSA
- iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap
- iwlwifi: pcie: fix context info memory leak
- iwlwifi: mvm: invalidate IDs of internal stations at mvm start
- iwlwifi: pcie: add rules to match Qu with Hr2
- iwlwifi: mvm: guard against device removal in reprobe
- iwlwifi: queue: bail out on invalid freeing
- SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
- SUNRPC: Handle 0 length opaque XDR object data properly
- blk-cgroup: Use cond_resched() when destroy blkgs
- regulator: Fix lockdep warning resolving supplies
- bpf: Fix verifier jmp32 pruning decision logic
- bpf: Fix 32 bit src register truncation on div/mod
- bpf: Fix verifier jsgt branch analysis on max bound
- [x86] drm/i915: Fix ICL MG PHY vswing handling
- [x86] drm/i915: Skip vswing programming for TBT
- nilfs2: make splice write available again
- Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
- squashfs: avoid out of bounds writes in decompressors
- squashfs: add more sanity checks in id lookup
- squashfs: add more sanity checks in inode lookup
- squashfs: add more sanity checks in xattr id lookup
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.17
- objtool: Fix seg fault with Clang non-section symbols
- Revert "dts: phy: add GPIO number and active state used for phy reset"
- tracing: Do not count ftrace events in top level enable output
- tracing: Check length before giving out the filter buffer
- [x86] drm/i915: Fix overlay frontbuffer tracking
- arm/xen: Don't probe xenbus as part of an early initcall
- cgroup: fix psi monitor for root cgroup
- [x86] drm/i915/tgl+: Make sure TypeC FIA is powered up when initializing
it
- drm/dp_mst: Don't report ports connected if nothing is attached to them
- dmaengine: move channel device_node deletion to driver
- [armhf] soc: ti: omap-prm: Fix boot time errors for rst_map_012 bits 0
and 1
- [arm64] dts: qcom: sdm845: Reserve LPASS clocks in gcc
- [x86] platform/x86: hp-wmi: Disable tablet-mode reporting by default
- [arm64] dts: rockchip: Disable display for NanoPi R2S
- ovl: perform vfs_getxattr() with mounter creds
- cap: fix conversions on getxattr
- ovl: skip getxattr of security labels
- scsi: lpfc: Fix EEH encountering oops with NVMe traffic
- [x86] split_lock: Enable the split lock feature on another Alder Lake
CPU
- nvme-pci: ignore the subsysem NQN on Phison E16
- [riscv64] virt_addr_valid must check the address belongs to linear
mapping
- bfq-iosched: Revert "bfq: Fix computation of shallow depth"
- kallsyms: fix nonconverging kallsyms table with lld
- [armel,armhf] ensure the signal page contains defined contents
- [armel,armhf] kexec: fix oops after TLB are invalidated
- Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs"
- [amd64] x86/efi: Remove EFI PGD build time checks
- [x86] KVM: x86: cleanup CR3 reserved bits checks
- cgroup-v1: add disabled controller check in cgroup1_parse_param()
- mt76: dma: fix a possible memory leak in mt76_add_fragment()
- [arm*] drm/vc4: hvs: Fix buffer overflow with the dlist handling
- bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3
- bpf: Check for integer overflow when using roundup_pow_of_two()
- netfilter: xt_recent: Fix attempt to update deleted entry
- netfilter: nftables: fix possible UAF over chains from packet path in
netns
- netfilter: flowtable: fix tcp and udp header checksum update
- xen/netback: avoid race in xenvif_rx_ring_slots_available()
- [x86] hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in
netvsc_receive()
- [arm64] net: enetc: initialize the RFS and RSS memories
- net: stmmac: set TxQ mode back to DCB after disabling CBS
- netfilter: conntrack: skip identical origin tuple in same zone only
- scsi: scsi_debug: Fix a memory leak
- [x86] build: Disable CET instrumentation in the kernel for 32-bit too
- [arm64] net: dsa: felix: implement port flushing on
.phylink_mac_link_down
- [arm64] net: hns3: add a check for queue_id in hclge_reset_vf_queue()
- [arm64] net: hns3: add a check for tqp_index in
hclge_get_ring_chain_from_mbx()
- [arm64] net: hns3: add a check for index in hclge_get_rss_key()
- firmware_loader: align .builtin_fw to 8
- [arm64,armhf] drm/sun4i: tcon: set sync polarity for tcon1 channel
- [arm64,armhf] drm/sun4i: dw-hdmi: always set clock rate
- [arm64,armhf] drm/sun4i: Fix H6 HDMI PHY configuration
- [arm64,armhf] drm/sun4i: dw-hdmi: Fix max. frequency for H6
- [arm64,armhf] clk: sunxi-ng: mp: fix parent rate change flag check
- [armhf] i2c: stm32f7: fix configuration of the digital filter
- scripts: set proper OpenSSL include dir also for sign-file
- [x86] pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()
- arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page
- rxrpc: Fix clearance of Tx/Rx ring when releasing a call
- udp: fix skb_copy_and_csum_datagram with odd segment sizes
- [arm64,armhf] net: dsa: call teardown method on probe failure
- [x86] cpufreq: ACPI: Extend frequency tables to cover boost frequencies
- [x86] cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC
is not there
- net: gro: do not keep too many GRO packets in napi->rx_list
- net: fix iteration for sctp transport seq_files
- net/vmw_vsock: fix NULL pointer dereference
- net/vmw_vsock: improve locking in vsock_connect_timeout()
- net: watchdog: hold device global xmit lock during tx disable
- switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT
- vsock/virtio: update credit only if socket is not closed
- vsock: fix locking in vsock_shutdown()
- net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS
- ovl: expand warning in ovl_d_real()
- kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirq
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.18
- IB/isert: add module param to set sg_tablesize for IO cmd
- net: qrtr: Fix port ID for control messages
- net/sched: fix miss init the mru in qdisc_skb_cb
- net: openvswitch: fix TTL decrement exception action execution
- net: bridge: Fix a warning when del bridge sysfs
- net: fix proc_fs init handling in af_packet and tls
- [amd64] Xen/x86: don't bail early from clear_foreign_p2m_mapping()
(CVE-2021-26932)
- [amd64] Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
(CVE-2021-26932)
- Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
(CVE-2021-26932)
- Xen/gntdev: correct error checking in gntdev_map_grant_pages()
(CVE-2021-26932)
- [armhf] xen/arm: don't ignore return errors from set_phys_to_machine
(CVE-2021-26932)
- xen-blkback: don't "handle" error by BUG() (CVE-2021-26931)
- xen-netback: don't "handle" error by BUG() (CVE-2021-26931)
- xen-scsiback: don't "handle" error by BUG() (CVE-2021-26931)
- xen-blkback: fix error handling in xen_blkbk_map() (CVE-2021-26930)
- tty: protect tty_write from odd low-level tty disciplines
- Bluetooth: btusb: Always fallback to alt 1 for WBS
- btrfs: fix crash after non-aligned direct IO write with O_DSYNC
- media: pwc: Use correct device for DMA
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.19
- bpf: Fix truncation handling for mod32 dst reg wrt zero
- HID: make arrays usage and value to be the same
- RDMA: Lift ibdev_to_node from rds to common code
- nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device
- USB: quirks: sort quirk entries
- usb: quirks: add quirk to start video capture on ELMO L-12F document
camera reliable
- ceph: downgrade warning from mdsmap decode to debug
- Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working
(Closes: #981005)
- [x86] hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist
- [x86] KVM: Zap the oldest MMU pages, not the newest
- mm: unexport follow_pte_pmd
- mm: simplify follow_pte{,pmd}
- KVM: do not assume PTE is writable after follow_pfn
- mm: provide a saner PTE walking API for modules
- KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
- NET: usb: qmi_wwan: Adding support for Cinterion MV31
- cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
[ Salvatore Bonaccorso ]
* [rt] Update to 5.10.14-rt28
* Ignore __udp_gso_segment to avoid ABI changes
* Ignore xhci_init_driver to avoid ABI changes
* [rt] Update to 5.10.16-rt30
* [rt] Refresh "tracing: Merge irqflags + preempt counter." for context
changes
* [rt] Update to 5.10.17-rt32
* [rt] Refresh "um: synchronize kmsg_dumper" for context changes
* [rt] Refresh "printk: move console printing to kthreads" for context
changes
* Bump ABI to 4
* soundwire: intel: fix possible crash when no device is detected
(Closes: #981003)
* drm/nouveau: bail out of nouveau_channel_new if channel init fails
(CVE-2020-25639)
* [x86] drm/i915/gt: One more flush for Baytrail clear residuals
* [x86] drm/i915/gt: Flush before changing register state
* [x86] drm/i915/gt: Correct surface base address for renderclear
* certs: Rotate to use the "Debian Secure Boot Signer 2021 - linux"
certificate
[ Vincent Blut ]
* [x86] Enable PWM_CRC (Closes: #982808)
* net/can: Enable CAN_J1939 as module
* misc/eeprom: Enable EEPROM_EE1004 as module (Closes: #983495)
* [arm64] Enable DRM_DW_HDMI_CEC as module (Closes: #983759)
[ Luca Boccassi ]
* bpf: enable CONFIG_BPF_LSM on all architectures. Not active by default,
by explicitly setting CONFIG_LSM to include all other LSMs but not bpf.
[dgit import unpatched linux 5.10.19-1]
Salvatore Bonaccorso [Tue, 2 Mar 2021 16:49:25 +0000 (16:49 +0000)]
Import linux_5.10.19.orig.tar.xz
[dgit import orig linux_5.10.19.orig.tar.xz]
Salvatore Bonaccorso [Tue, 2 Mar 2021 16:49:25 +0000 (16:49 +0000)]
Import linux_5.10.19-1.debian.tar.xz
[dgit import tarball linux 5.10.19-1 linux_5.10.19-1.debian.tar.xz]